Developer --> Technical Publications
PATHJava Developer Documentation > Mac OS Runtime for Java > JManager > Programming With JManager


Applet Locator Optional Parameters

When passing the applet locator data structure to the JMNewAppletLocatorFromInfo function, you can provide optional parameters to be passed to the applet for execution. Such parameters are defined by the JMLibOptionalParams data type.

struct JMLIBOptionalParams {
    JMTextRef fParamName;
    JMTextRef fParamValue;
};

Field descriptions

fParamName
A text object containing the name of the optional parameter (as found in the NAME field of a <PARAM> applet tag).
fParamValue
A text object containing the value of the optional parameter (as found in the VALUE field of a <PARAM> applet tag).

© 1998 Apple Computer, Inc. — (Last Updated 3 Dec 98)

Previous | Back Up One Level | Next |